﻿#main
{
    margin: 0 auto;
    width:1000px;
}
/******** 3 column layout to handle float drop ********/
.colmask
{
    position:relative;
    background: transparent;
    left: -5px;
}
.threecol .colmid
{
    right: 0px; /* width of the right column */
    background: transparent; /* center column background colour */
    width: 975px;
}
.threecol .colleft
{
    right: 0px; /* width of the middle column */
    background: transparent; /* left column background colour */
    background: url('../Images/PLC/content-bg.png') 0 0 repeat-y;
    
}
.threecol .col1
{
    width: 975px; /* width of center column content (column width minus padding on either side) */
    padding: 0 10px 0 10px;
    left: 0px; /* 100% plus left padding of center column */
    min-height: 500px;

}
.threecol .col2, .threecol .col3
{
    display:none;
}
/******** 2 column layout to handle float drop ********/
.leftmenu
{
    background: transparent;
}
.leftmenu .colleft
{
    right: 0px; /* right column width */
    background: transparent;
   background: url('../Images/PLC/content-bg.png') 0 0 repeat-y;
}
.leftmenu .col1
{
    width:945px; /* right column content width */
    padding: 0 15px;
    left: 15px;
    min-height: 500px;
}
.leftmenu .col2
{
    display:none;
    width: 200px; /* left column content width (column width minus left and right padding) */
    left: 800px; /* (right column left and right padding) plus (left column left padding) */
}
.fullpage
{

}
.fullpage .col2
{
    background: url('../Images/PLC/content-bg.png') 0 0 repeat-y;
    left: -5px;
}
.quick
.col2-inner
{
    position:relative;
    left: 10px;
    padding: 5px;
    width: 960px;
}